projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1c5111
)
odhcpd: fix certain config values being overwritten
author
Steven Barth
<
[email protected]
>
Thu, 23 Jan 2014 11:02:18 +0000
(11:02 +0000)
committer
Steven Barth
<
[email protected]
>
Thu, 23 Jan 2014 11:02:18 +0000
(11:02 +0000)
Thanks to Hans Dedecker for the fix.
SVN-Revision: 39371
package/network/services/odhcpd/Makefile
patch
|
blob
|
history
diff --git
a/package/network/services/odhcpd/Makefile
b/package/network/services/odhcpd/Makefile
index 29d8fb42607a5eb96edfd08798ef05910889f897..95939651f5d556d1e82dc6d4bc9739d2130c25d8 100644
(file)
--- a/
package/network/services/odhcpd/Makefile
+++ b/
package/network/services/odhcpd/Makefile
@@
-8,14
+8,14
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=odhcpd
-PKG_VERSION:=2014-01-
19
+PKG_VERSION:=2014-01-
22
PKG_RELEASE=$(PKG_SOURCE_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE_URL:=git://github.com/sbyx/odhcpd.git
PKG_SOURCE_PROTO:=git
-PKG_SOURCE_VERSION:=
482a8b369deca0c485b5d39e5ac302ed5ad42499
+PKG_SOURCE_VERSION:=
f0b46eb203e192f44d8f870f905697ae4612d111
PKG_MAINTAINER:=Steven Barth <
[email protected]
>